home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / flashbox.swf / scripts / DefineButton2_56 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2006-09-05  |  81 b   |  5 lines

  1. on(release, keyPress "<Enter>"){
  2.    call("..:Restart");
  3.    gotoAndStop(1);
  4. }
  5.